map

pure constructor()

Creates an empty map.

Since

0.6.0


pure constructor(entries: iterable<-map_entry<K,V>>)

Creates a map with the provided entries

Since

0.6.0

Parameters

entries

Entries to populate the map with